home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- if rollOver(1) then
- cursor([65, 66])
- set the visible of sprite 9 to 1
- else
- if rollOver(2) then
- cursor([65, 66])
- set the visible of sprite 10 to 1
- else
- if rollOver(3) then
- cursor([65, 66])
- set the visible of sprite 11 to 1
- else
- if rollOver(4) then
- cursor([65, 66])
- set the visible of sprite 12 to 1
- else
- if rollOver(5) then
- cursor([65, 66])
- set the visible of sprite 13 to 1
- else
- if rollOver(6) then
- cursor([65, 66])
- set the visible of sprite 14 to 1
- else
- if rollOver(7) then
- cursor([65, 66])
- else
- cursor(-1)
- set the visible of sprite 9 to 0
- set the visible of sprite 10 to 0
- set the visible of sprite 11 to 0
- set the visible of sprite 12 to 0
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- set the soundEnabled to 1
- go("first")
- end
-